Load(Byte[],Int32,Int32) Method
In This Topic
Loads Exif metadata from a byte array.
Syntax
'Declaration
Public Overloads Sub Load( _
ByVal () As System.Byte, _
Optional ByVal As System.Integer, _
Optional ByVal As System.Integer _
)
public void Load(
System.byte[] ,
System.int ,
System.int
)
Parameters
- data
- offset
- length
See Also